﻿.swiper-pagination-bullet {
	width: 12px;
	height: 12px
}

#main .banner {
	position: relative;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #ddd;
}

#main .banner .pic {
	overflow: hidden;
	position: relative;
	width: 41%;
}

#main .banner .btn {
	position: absolute;
	top: 50%;
	z-index: 110;
	width: 40px;
	margin-top: -30px;
	text-align: center;
	cursor: pointer;
	display: none;
}

#main .banner .btn_l {
	left: 0;
}

#main .banner .btn_r {
	right: 0;
}

#main .banner .pic .swiper-pagination {
	bottom: 34px;
	padding: 15px 0;
	background: rgba(0, 0, 0, .4)
}

#main .banner .pic .swiper-pagination-bullet {
	width: 30px;
	height: 8px;
	opacity: 1;
	background: #fefefe;
	border-radius: 4px;
}

#main .banner .pic .swiper-pagination-bullet-active {
	background: #15358d;
	color: #fff;
}

#main .banner .pic img {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-ms-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

#main .banner .pic p {
	line-height: 30px;
	font-size: 15px;
	text-align: center;
	margin-top: 4px;
}

#main .banner .banner_content {
	width: 59%;
	padding: 10px 25px 0;
	line-height: 25px;
	box-sizing: border-box;
}

#main .banner .banner_content .text {
	height: 225px;
	overflow: hidden;
}

#main .banner .banner_content a {
	display: block;
	width: 100px;
	line-height: 26px;
	text-align: center;
	margin-top: 20px;
	border: 1px solid #27237d;
	background: #fff;
	box-sizing: border-box;
	color: #27237d;
	transition: 0.3s;
}

#main .banner .banner_content a:hover {
	background: #27237d;
	color: #fff;
}

#main .banner .banner_content h3 {
	font-size: 18px;
	font-weight: 500;
	color: #15358d;
	line-height: 21px;
	margin-bottom: 8px;
}

#main .banner .banner_content li h3 {
	font-size: 18px;
	font-weight: 500;
	color: #15358d;
	line-height: 21px;
}

#main .banner .banner_content span {
	font-size: 14px !important;
}

#main .banner .num {
	position: absolute;
	bottom: 50px;
	left: 10px;
	text-align: center;
	width: 40%;
}

#main .banner .num span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	background: #fefefe;
	line-height: 20px;
}

#main .banner .num span.on {
	background: #15358d;
	color: #fff;
}

#main .row {
	margin-bottom: 30px;
}

#main .row>.fl {
	width: 70%;
}

#main .row>.fr {
	width: 28%;
}

#main .tjBox {
	margin-top: 22px;
}

#main .title {
	background: #15358d;
	height: 43px;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
	box-sizing: border-box;
}

#main .title:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 5px;
	background: #fff;
	height: 1px;
	display: none;
}

#main .title h3 {
	color: #fff;
	font-size: 18px;
	line-height: 43px;
	font-weight: 500;
	float: left;
	position: relative;
	padding-left: 12px;
}

#main .title h3:before {
	content: "";
	position: absolute;
	left: 0;
	width: 6px;
	top: 0px;
	bottom: 0px;
}

#main .title h3 span {
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
}

#main .title a {
	display: block;
	float: right;
	font-size: 14px;
	color: #fff;
	line-height: 45px;
	margin-right: 12px;
}

#main .tjBox ul {
	border: 1px solid #e8e8e8;
	overflow: hidden;
	padding-bottom: 0px;
}

#main .tjBox ul li {
	width: 25%;
	float: left;
	padding: 0 8px;
	box-sizing: border-box;
	margin-top: 15px;
	overflow: hidden;
}

#main .tjBox ul li a>p {
	padding: 14px 4px;
	font-size: 15px;
	text-align: center;
	color: #303030;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#main .tjBox ul li .pho {
	position: relative;
	overflow: hidden;
}

#main .tjBox ul li .pho img {
	/* transition: 0.3s; */
}

#main .tjBox ul li .pho .text {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, .4);
	z-index: 100;
	opacity: 0;
	transition: 0.5s;
}

#main .tjBox ul li:hover .text {
	opacity: 1;
}

#main .tjBox ul li .pho .text p {
	width: 90%;
	color: #fff;
	margin: 0 auto;
	line-height: 25px;
	margin-top: 15%;
}

#main .tjBox ul li .pho .text span {
	display: block;
	width: 80px;
	line-height: 25px;
	border: 1px solid #fff;
	text-align: center;
	margin: 10px auto 0;
	color: #fff;
	cursor: pointer;
}

#main .tjBox ul li:hover .pho {
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
	position: relative;
	z-index: -1;
}

#main .tjBox ul li:hover img {
	transform: scale(1.05);
}

#main .tjBox ul li:hover p {
	background: #15358d;
	color: #fff;
}

#main .yqdq .dl {
	border: 1px solid #e8e8e8;
	padding-bottom: 10px;
}

#main .yqdq .dl dl {
	padding: 0 16px 10px
}

#main .yqdq .dl dl:nth-child(2n) {
	background: #ebedf9;
}

#main .yqdq .dl dl dt {
	padding: 15px 0 10px;
	overflow: hidden
}

#main .yqdq .dl dl a {
	display: block;
	overflow: hidden;
}

#main .yqdq .dl dl dt h4 {
	float: left;
	background: url(../images/icon.png) no-repeat left center;
	padding-left: 25px;
	background-size: 17px;
	font-size: 22px;
	font-weight: 500;
}

#main .yqdq .dl dl dt h4 a {
	color: #15358d;
}

#main .yqdq .dl dl dt span {
	display: block;
	float: right;
	font-size: 12px;
	line-height: 24px;
}

#main .yqdq .dl dl dt span a {
	color: #a9a9a9;
}

#main .yqdq .dl dl dd {
	display: inline-block;
	margin: 6px 0;
	line-height: 14px;
}

#main .yqdq .dl dl dd a {
	color: #464646;
	display: inline;
}

#main .yqdq .dl dl dd a:hover {
	color: #15358d;
}

#main .yqdq .dl dl dd span {
	display: inline-block;
	margin: 0 5px
}

#main .fr .spBox {
	padding: 8px 8px 12px;
	border: 1px solid #e8e8e8;
	margin-bottom: 20px;
}

#main .fr .spBox .video .poster {
	position: relative;
	z-index: 1000;
	cursor: pointer;
	height: 254px;
}

#main .fr .spBox .video .poster img {
	height: 100%;
}

#main .fr .spBox iframe {
	width: 100% !important;
	height: 280px !important;
	position: relative;
	z-index: -1;
}

#main .fr .spBox embed {
	width: 100% !important;
	height: 254px !important;
}

#main .fr .spBox video {
	height: 265px;
}

#main .fr .spBox li {
	margin-top: 11.2px;
	padding: 0 9px;
	line-height: 20px;
}

#main .fr .spBox li a {
	display: block;
	color: #434343;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: 0.3s;
}

#main .fr .spBox li a:hover {
	padding-left: 5px;
}

#main .fr .spBox li a span {
	color: #5c5c5c;
}

#main .fr .spBox1 {
	padding-bottom: 8px;
}

#main .fr .spBox1 li {
	margin-top: 10px;
}

#main .fr .spBox1 li p {
	line-height: 25px;
}

#main .fr .yqBox {
	padding: 0;
}

#main .fr .yqBox1 {
	margin-bottom: 0;
}

#main .fr .jjBox {
	margin-bottom: 10px;
}

#main .fr .yqBox li {
	margin-top: 0;
	padding: 0 16px;
	line-height: 43px;
	background: #ebedf9
}

#main .fr .jjBox li {
	line-height: 40px;

}

#main .fr .yqBox li:nth-child(2n) {
	background: #fff;
}

#main .fr .lxBox {
	background: url(../images/pho7.jpg) no-repeat;
	background-size: cover;
	padding: 10px 18px;
	margin-bottom: 8px;
	box-sizing: border-box;
	color: #282828;
	font-size: 14px;
	line-height: 2em;
}

#main .fr .lxBox #map {
	display: none;
}

#main .fr .lxBox p {
	margin-bottom: 12px;
}

#main .fr .wdBox dl a {
	display: block;
	position: relative;
}

#main .fr .wdBox {
	padding: 7px 10px 2px;
	margin-bottom: 0px;
}

#main .fr .wdBox .dl {
	overflow: hidden;
}

#main .fr .wdBox dl {
	margin-bottom: 5px;
	padding: 9px 0 8px;
	border-bottom: 1px dashed #ddd;
}

#main .fr .wdBox dl:last-child {
	border-bottom: none;
}

#main .fr .wdBox dl a span {
	width: 22px;
	height: 22px;
	color: #fff;
	text-align: center;
	background: #15358d;
	display: block;
	line-height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
}

#main .fr .wdBox dl dd a span {
	background: none;
	border: 1px solid #393939;
	color: #393939;
	box-sizing: border-box;
}

#main .fr .wdBox dl dt p {
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 17px;
}

#main .fr .wdBox dl p {
	line-height: 21px;
	margin-left: 30px;
}

#main .title1 {
	text-align: center;
	padding-bottom: 20px;
}

#main .title1 h3:after {
	content: "";
	width: 40px;
	height: 4px;
	background: #cdcdcd;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: -15px;
}

#main .title1 h3 {
	font-size: 32px;
	color: #27237d;
	position: relative;
}

#main .title1 span {
	color: #aaa;
	font-size: 15px;
	display: block;
	margin: 25px 0 0;
	text-transform: uppercase;
}

#main .alBox {
	background: url(../images/alBg.jpg);
	padding: 30px 0 60px;
}

#main .alBox .title1 h3 {
	color: #fff;
}

#main .alBox .title1 span {
	color: #fff
}

#main .alBox .title1 h3:after {
	background: #fff;
}

#main .alBox ul {
	padding: 0 6px
}

#main .alBox ul li {
	width: 20%;
	float: left;
	padding: 0 6px;
	margin-top: 10px;
	box-sizing: border-box;
}

#main .alBox ul li .pho {
	overflow: hidden;
}

#main .alBox ul li .pho img {
	transition: 0.3s;
}

#main .alBox ul li:hover .pho img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

#main .alBox ul li:hover p {
	color: #fff;
	background: #15358d;
}

#main .alBox ul li a {
	display: block;
}

#main .alBox ul li a p {
	text-align: center;
	padding: 17px 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: 0.3s;
	font-size: 16px;
	background: #fff;
}

#main .zzBox {
	background: none;
	padding-bottom: 10px;
}

#main .zzBox .title1 h3 {
	color: #27237d;
}

#main .zzBox .title1 span {
	color: #aaa
}

#main .zzBox .title1 h3:after {
	background: #cdcdcd;
}

#main .zzBox ul li a {
	padding: 5px;
	background: #f5f5f5;
	transition: 0.3s;
}

#main .alBox ul li:hover .pho img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

#main .zzBox ul li:hover a {
	background: #15358d
}

#main .zzBox ul li a p {
	background: #f5f5f5;
	font-size: 16px;
	padding: 15px 0 10px;
}

#main .zzBox .hzSwiper {
	padding-bottom: 20px;
}

#main .zzBox .hzSwiper .swiper-slide {
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	border-bottom: 0;
}

#main .zzBox .hzSwiper .swiper-slide:hover {
	background: #fefefe;
	border-color: #fefefe;
}

#main .zzBox .hzSwiper img {
	box-shadow: none;
	border-radius: 0;
}

#main .cpzz {
	/* background: url(../images/cpzz.jpg) no-repeat; */
	background-size: cover;
	margin-top: 30px;
	padding: 30px 0 50px;
}

#main .cpzz .container {
	background: rgba(255, 255, 255, .9);
	padding: 25px;
	border-radius: 8px;
}

#main .cpzz ul li {
	padding: 0 10px;
}

#main .cpzz ul li a {
	background: #3a9f3a;
	padding: 0;
}

#main .cpzz ul li a .pho {
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

#main .cpzz ul li a p {
	background: #2d4ca1;
	color: #fff;
	padding-bottom: 15px;
}

#main .xwBox {
	margin: 28px 0 0px;
	/* background: url(../images/nlBox.jpg) no-repeat center; */
	padding: 30px 0 50px;
}

#main .xwBox .newsBox {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	padding: 20px 25px 30px;
	overflow: hidden;
}

#main .xwBox .newsBox a {
	display: block;
	overflow: hidden;
}

#main .xwBox .newsBox .comBox {
	position: relative;
	width: 49%;
	padding: 10px;
	box-sizing: border-box;
	margin-right: 2%;
	border-bottom: 1px dashed #ddd;
}

#main .xwBox .newsBox .comBox:nth-child(2n) {
	margin-right: 0;
}

#main .xwBox .newsBox .comBox .pho {
	width: 200px;
	box-sizing: border-box;
	float: left;
}

#main .xwBox .newsBox .comBox .pho img {}

#main .xwBox .newsBox .comBox .text {
	margin-left: 220px;
}

#main .xwBox .newsBox .comBox .text h4 {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#main .xwBox .newsBox .comBox .text span.time {
	color: #171717;
	font-size: 13px;
}

#main .xwBox .newsBox .comBox .text p {
	margin-top: 10px;
	line-height: 18px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

#main .xwBox .newsBox .comBox .text span.more {
	display: block;
	margin-top: 10px;
	float: right;
	color: #fff;
	background: #27237d;
	width: 100px;
	line-height: 30px;
	text-align: center;
}

#main .xwBox .newsBox a.more {
	display: block;
	margin-top: 10px;
	margin: 20px auto 0;
	width: 150px;
	line-height: 40px;
	color: #27237d;
	border: 1px solid #27237d;
	box-sizing: border-box;
	text-align: center;
	transition: .3s;
}

#main .xwBox .newsBox a.more:hover {
	background: #27237d;
	color: #fff;
}

#main .xwBox .newsBox .fr {
	width: 60%;
	margin-bottom: 15px;
	padding-top: 15px;
}

#main .xwBox .newsBox .fr li {
	width: 50%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}

#main .xwBox .newsBox .fr li a {
	line-height: 36px;
	border-bottom: 1px dashed #B2B2B2;
}

#main .xwBox .newsBox .fr li a p {
	float: left;
}

#main .xwBox .newsBox .fr li a span {
	display: block;
	float: right;
}

#gFooter .fl .link {
	display: block;
	width: 900px;
}

#gFooter .fl .nav {
	margin-top: 30px;
}

.hzBox {
	margin: 30px 0 40px;
	overflow: hidden;
}

.hzSwiper {
	padding: 20px 20px 0;
}

/*.hzSwiper .swiper-slide {*/

/*	border: 10px solid #fff;*/

/*	box-sizing: border-box;*/

/*}*/

.hzSwiper img {
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
	border-radius: 5px;
}

.hzSwiper p {
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hzSwiper .swiper-pagination {
	bottom: 0;
	display: none;
}

@media all and (min-width: 1024px) and (max-width: 1600px) {
	#main .fr .wdBox dl {
		padding: 5px 0 8px;
	}

	#main .fr .wdBox dl dt p {
		font-size: 16px;
	}

	#main .fr .wdBox dl dd p {
		line-height: 22px;
	}

	#main .fr .spBox video {
		height: 240px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1540px) {
	.hot {
		height: inherit;
		line-height: 40px;
		position: relative;
	}

	.hot .pic {
		width: 100px;
		margin-top: 0px;
	}

	#main .banner .banner_content .text {
		height: 200px;
	}

	#main .banner .banner_content a {
		margin-top: 10px;
		line-height: 25px;
		width: 80px;
	}

	#main .banner .banner_content h3 {
		margin-bottom: 5px;
	}

	#main .yqdq .dl {
		padding-bottom: 5px;
	}

	#main .tjBox {
		margin-top: 20px;
	}

	#main .title {
		height: 36px;
	}

	#main .title h3 {
		font-size: 16px;
		line-height: 36px;
	}

	#main .title h3 span {
		font-size: 13px;
	}

	#main .title a {
		font-size: 12px;
		line-height: 36px;
	}

	#main .tjBox ul {
		padding: 10px 0px
	}

	#main .tjBox ul li {
		padding: 0 15px;
	}

	#main .yqdq .dl dl {
		padding: 0 15px 6px
	}

	#main .yqdq .dl dl dt {
		padding: 10px 0 5px 0;
	}

	#main .yqdq .dl dl dt h4 {
		padding-left: 20px;
		font-size: 17px;
		background-size: 15px;
	}

	#main .yqdq .dl dl dd span {
		margin: 0 10px
	}

	#main .wdBox .dl dl dd p {
		height: 63px;
		line-height: 21px;
		overflow: hidden;
	}

	#main .wdBox .dl dl {
		padding-bottom: 6px;
		margin-bottom: 0;
	}

	#main .fr .spBox {
		margin-bottom: 20px;
	}

	#main .fr .spBox li {
		padding: 0 6px
	}

	#main .fr .spBox video {
		height: 200px;
	}

	#main .fr .spBox iframe {
		height: 200px !important;
	}

	#main .fr .spBox .video .poster {
		height: 200px;
	}

	#main .fr .spBox embed {
		height: 200px !important;
	}

	#main .fr .spBox1 ul {
		height: 243px;
		overflow: hidden;
	}

	#main .fr .yqBox {
		padding: 0;
	}

	#main .fr .yqBox1 {
		margin-bottom: 0;
	}

	#main .fr .yqBox li {
		padding: 0 8px;
		line-height: 36px;
	}

	#main .fr .lxBox {
		height: inherit;
		padding: 8px 10px;
		margin-bottom: 8px;
		background-size: cover;
	}

	#main .xwBox .newsBox .comBox .text {
		padding: 0px 20px 10px 0;
		box-sizing: border-box;
	}

	#main .xwBox .newsBox .comBox .text span.more {
		width: 80px;
		line-height: 24px;
		font-size: 13px;
	}

	#main .xwBox .newsBox .fr {
		width: 55%;
		padding-right: 10px;
		box-sizing: border-box;
	}

	#main .xwBox .newsBox .fr li {
		padding: 0 10px;
	}

	#main .xwBox .newsBox .fr li a p {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		padding: 0 8px;
	}

	#main .xwBox .newsBox .fr li:nth-child(2n) {
		margin-right: 0;
	}

	#main .xwBox .newsBox .fr li a span {
		display: none;
	}

	#main .fr .wdBox dl {
		padding: 8px 0 9px;
	}
}

@media all and (min-width: 1440px) and (max-width: 1680px) {
	#main .yqdq .dl {
		padding-bottom: 0;

	}

	#main .yqdq .dl dl dt {
		padding: 11px 0 8px;
	}

	#main .fr .yqBox li {
		line-height: 38px
	}

	#main .fr .spBox iframe {
		height: 245px !important;
	}

	#main .fr .yqBox ul {
		/* height: 265px; */
		overflow: hidden;
	}

	#main .fr .jjBox li {
		line-height: 37px;
	}

	#main .fr .yqBox1 ul li:last-child {
		display: none
	}

	/* #main .fr .jjBox ul {
		height: 380px;
	} */
	#main .banner .banner_content .text {
		height: 177px;
	}

	#main .fr .wdBox {
		padding-top: 9px;
	}

	#main .fr .wdBox dl p {
		line-height: 20px;
	}

	#main .fr .wdBox dl {
		padding: 6px 0 8px;
	}
}

@media all and (min-width: 1340px) and (max-width: 1480px) {


	#main .banner .banner_content .text {
		height: 175px;
	}

	#main .fr .yqBox ul {
		height: 347px;
		overflow: hidden;
	}

	#main .fr .yqBox li {
		line-height: 37px;
	}

	#main .fr .jjBox ul li {
		line-height: 38px;
	}

	#main .fr .jjBox ul {
		height: 347px
	}

	#main .yqdq .dl dl dt {
		padding: 11px 0 6px;
	}

	#main .fr .wdBox {
		padding: 9px 10px 3px;
		margin-bottom: 0;
	}

	#main .title1 h3 {
		font-size: 28px;
	}

	#main .fr .yqBox1 ul {
		height: 217px;
	}

	#main .fr .yqBox1 li {
		line-height: 43px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
	#main .fr .yqBox ul {
		height: 331px;
		overflow: hidden;
	}

	#main .fr .yqBox ul li {
		line-height: 42px;
	}

	#main .fr .jjBox ul {
		height: 390px
	}

	#main .fr .jjBox ul li {
		line-height: 39px;
	}

	#main .banner {
		padding: 15px 10px;
	}

	#main .banner ul.pic {
		width: 45%;
	}

	#main .banner .banner_content {
		width: 55%;
		padding: 0 20px;
	}

	#main .banner .banner_content .text {
		height: 200px;
	}

	#main .fr .spBox1 ul {
		height: inherit;
	}

	#main .fr .spBox1 ul li {
		margin-top: 5px;
	}

	#main .fr .spBox iframe {
		height: 212px !important;
	}

	#main .fr .spBox .video .poster {
		height: 190px;
	}

	#main .fr .spBox embed {
		height: 190px !important;
	}

	#main .fr .wdBox {
		padding-bottom: 3px;
		margin-bottom: 0;
	}

	#main .xwBox .newsBox a.more {
		width: 120px;
		line-height: 32px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1380px) {
	#main .fr .yqBox ul {
		height: 252px;
	}

	#main .fr .jjBox ul {
		height: 407px;
	}

	#main .fr .jjBox ul li {
		line-height: 40px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1300px) {

	#main .row>.fl {
		width: 100%;
	}

	#main .row>.fr {
		width: 100%;
	}

	#main .tjBox ul li {
		width: 25%;
	}

	#main .fr .frBox {
		margin-top: 20px;
	}

	#main .fr .frBox .video {
		display: none;
	}

	#main .fr .spBox {
		overflow: hidden;
		box-sizing: border-box;
		padding: 10px 0
	}

	#main .fr .spBox li {
		line-height: 36px;
		margin-top: 0;
		background: #ebedf9;
	}

	#main .fr .spBox1 ul li {
		width: 100%;
		float: inherit;
		text-align: left;
		margin-top: 0;
	}

	#main .fr .spBox1 ul {
		overflow: hidden;
		height: 210px;
	}

	#main .fr .spBox1 li img {
		display: none;
	}

	#main .fr .spBox1 li p {
		line-height: 36px;
	}

	#main .fr .spBox li:nth-child(2n) {
		background: #fff;
	}

	#main .fr .frBox .box1 {
		width: 48%;
		float: left;
		margin-right: 4%
	}

	#main .fr .frBox .box1:nth-child(2), #main .fr .frBox .box1:nth-child(4) {
		margin-right: 0;
	}

	/* #main .fr .frBox .box1:nth-child(3) {
		display: none;
	} */
	#main .fr .jjBox ul {
		height: 418px;
	}

	#main .fr .jjBox ul li {
		line-height: 42px;
	}

	#main .fr .wdBox {
		height: 440px;
		padding: 0 10px;
	}

	#main .fr .wdBox .dl {
		margin: 10px 0;
	}

	#main .fr .yqBox {
		height: inherit;
	}

	/* #main .fr .yqBox ul {
		height: inherit;
	} */
	#main .fr .box1:nth-child(2) .yqBox ul {
		height: 210px;
	}

	#main .xwBox .newsBox .fr {
		width: 100%;
		float: inherit;
		padding: 0 20px
	}

	#main .xwBox .newsBox .fr li a {
		padding: 0 8px
	}

	#main .xwBox .newsBox .fr li a span {
		display: block;
	}

	#main .xwBox .newsBox .fr li a p {
		width: 72%;
	}

	#main .xwBox .newsBox a.more {
		width: 90px;
		line-height: 30px;
	}

	#main .xwBox .newsBox {
		padding: 10px 10px 15px;
	}

	#main .title1 h3 {
		font-size: 24px;
	}
}

@media all and (min-width:0) and (max-width:768px) {
	.swiper-pagination-bullet {
		width: 10px;
		height: 10px
	}

	#main .banner {
		padding: 0px;
		border: none;
	}

	#main .banner .pic {
		width: 100%;
	}

	#main .banner .pic img {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		box-shadow: none;
	}

	#main .banner .pic p {
		display: none;
	}

	#main .banner .banner_content {
		width: 100%;
		padding: 10px 15px 0;
		line-height: 25px;
		box-sizing: border-box;
	}

	#main .banner .banner_content .text {
		height: inherit;
	}

	#main .banner .banner_content a {
		width: 100px;
		line-height: 30px;
		border-radius: 5px;
		margin: 15px auto 0;
	}

	#main .banner .banner_content h3 {
		font-size: 20px;
		font-weight: 600;
		color: #15358d;
		line-height: 21px;
		margin: 8px 0;
	}

	#main .banner .banner_content span {
		font-size: 15px !important;
	}

	#main .banner .pic .swiper-pagination {
		bottom: 0px;
	}

	#main .banner .pic .swiper-pagination-bullet {
		width: 20px;
		height: 6px;
	}

	#main .row {
		margin-bottom: 20px;
	}

	#main .row>.fl {
		width: 100%;
	}

	#main .row>.fr {
		width: 100%;
		padding: 0 12px;
		box-sizing: border-box;
	}

	#main .tjBox {
		margin: 20px 12px;
	}

	#main .title h3 {
		width: 78px;
		overflow: hidden;
	}

	#main .title h3 span {
		display: none
	}

	#main .tjBox ul {
		border: none
	}

	#main .tjBox ul li {
		width: 50%;
		padding: 10px 8px 0;
		margin-top: 0px;
	}

	#main .tjBox ul li a>p {
		padding: 14px 4px;
		font-size: 15px;
		text-align: center;
		color: #303030;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	#main .tjBox ul li .pho {
		overflow: inherit;
		box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	}

	#main .tjBox ul li:hover img {
		transform: scale(1);
	}

	#main .yqdq {
		padding: 0 12px 20px;
	}

	#main .yqdq .dl dl {
		padding: 0 12px 10px
	}

	#main .yqdq .dl dl dt {
		padding: 10px 0 6px;
	}

	#main .yqdq .dl dl dt h4 {
		padding-left: 22px;
		background-size: 15px;
		font-size: 18px;
	}

	#main .fr .spBox .video a {
		display: block;
	}

	#main .fr .spBox video {
		height: auto;
		position: relative !important;
	}

	#main .fr .spBox li {
		margin-top: 0px;
		padding: 0px;
		line-height: 40px;
		border-bottom: 1px solid #dedede;
	}

	#main .fr .spBox1 li a {
		padding-left: 25px;
		position: relative;
	}

	#main .fr .spBox1 li a:after {
		content: "";
		position: absolute;
		left: 5px;
		top: 50%;
		width: 10px;
		height: 10px;
		background: #27237d;
		border-radius: 50%;
		margin-top: -5px;
	}

	#main .fr .spBox li a:hover {
		padding-left: 25px;
	}

	#main .fr .spBox1 li {
		margin-top: 0px;
	}

	#main .fr .spBox1 li p {
		line-height: 40px;
	}

	#main .fr .jjBox {
		margin-bottom: 20px;
	}

	#main .fr .yqBox li {
		padding: 0 10px;
		line-height: 40px;
	}

	#main .title1 {
		padding-bottom: 14px;
	}

	#main .title1 h3 {
		font-size: 28px;
	}

	#main .title1 span {
		font-size: 14px;
	}

	#main .alBox {
		padding: 30px 0;
	}

	#main .alBox ul {
		padding: 0 6px
	}

	#main .alBox ul li {
		width: 50%;
		padding: 10px 6px;
		margin-top: 0px;
	}

	#main .alBox ul li:hover .pho img {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	#main .alBox ul li a p {
		padding: 12px 5px;
		font-size: 15px;
	}

	#main .alBox ul li:last-child {
		display: none;
	}

	#main .zzBox, .hzBox {
		display: none;
	}

	#main .alBox ul li:hover .pho img {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	#main .xwBox {
		margin: 0px 0 0px;
		padding: 30px 12px 50px;
		background-size: cover;
	}

	#main .xwBox .newsBox {
		padding: 5px 12px 20px;
	}

	#main .xwBox .newsBox .comBox {
		width: 100%;
		padding: 10px 0;
		margin-right: 0%;
		overflow: hidden;
	}

	#main .xwBox .newsBox .comBox .pho {
		width: 130px;
	}

	#main .xwBox .newsBox .comBox .pho img {
		height: inherit;
	}

	#main .xwBox .newsBox .comBox .text {
		margin-left: 140px;
	}

	#main .xwBox .newsBox .comBox .text h4 {
		font-size: 15px;
		margin-bottom: 5px;
	}

	#main .xwBox .newsBox .comBox .text p {
		margin-top: 6px;
		line-height: 18px;
		font-size: 14px;
		-webkit-line-clamp: 2;
	}

	#main .xwBox .newsBox a.more {
		margin: 20px auto 0;
		width: 100px;
		line-height: 30px;
		border-radius: 5px;
	}

	#gFooter .fl .link {
		display: block;
		width: 100%;
	}

	#gFooter .fl .nav {
		margin-top: 0px;
	}
}